home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000349_news@columbia.edu _Wed Jul 3 03:18:02 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id DAA23426 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 3 Jul 1996 03:18:02 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id DAA19485 for kermit.misc@watsun; Wed, 3 Jul 1996 03:17:59 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!zombie.ncsc.mil!news.mathworks.com!news2.cais.net!news.cais.net!van-bc!unixg.ubc.ca!rover.ucs.ualberta.ca!alberta!usenet
  5. From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: file transfer
  8. Date: 03 Jul 1996 00:32:08 -0600
  9. Organization: University of Alberta, Computing Science
  10. Lines: 16
  11. Sender: vladimir@tees.cs.ualberta.ca
  12. Message-ID: <omafxh7spj.fsf@tees.cs.ualberta.ca>
  13. NNTP-Posting-Host: tees.cs.ualberta.ca
  14. X-Newsreader: Gnus v5.0.15
  15.  
  16. While I transfer from C-Kermit 5A(190) to DOS MS-Kermit 3.14, I notice that
  17. the packet size oscillates up and down from the initial 9000 to as low as
  18. 17. This makes so that more than half of the traffic is protocol, not data.
  19. I don't think the phone line is that bad, and I use a Supra V32bis 14.4
  20. with LAPM and MNP5. The kermit parameters I use are:
  21.  
  22. set baud 38400   ; my files are zipped, so this should be enough
  23. set flow-control rts/cts
  24. set block-check 3                       ; 16-bit CRC
  25. set windows 5
  26. set receive packet 9000
  27. set send packet 9000
  28. set control unprefixed all
  29. set control prefixed 0 1 3 13 129 131 141
  30.  
  31. What can I do to speed this up?